home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / misc / CapiRexxVoiceM.lha / am.doc < prev    next >
Encoding:
Text File  |  1995-10-07  |  1.7 KB  |  66 lines

  1. $Id: am.doc,v 1.2 1995/10/07 02:52:25 chris Exp $
  2.  
  3. AM                                                                         AM
  4.  
  5.    NAME
  6.         AM - Answering machine using CAPI and AREXX
  7.  
  8.  
  9.    SYSTEM REQUIREMENTS
  10.         - Amiga with CAPI 2.0 compliant ISDN board (capi20.device)
  11.         - OS 2.04 or newer (3.1 recommended)
  12.         - AREXX must be running
  13.  
  14.  
  15.    INSTALLATION
  16.         To install AM permanently in your system, just copy
  17.         the AM program into your WBStartup drawer.
  18.         $$$ There's a bit more to it than that!
  19.  
  20.  
  21.    DESCRIPTION
  22.         
  23.  
  24.    REXX COMMANDS
  25.         Background <file> <volume> [LOOP]
  26.         Fade <endvolume>
  27.         Hangup [cause]
  28.         Play <file> <volume> [keys]
  29.         Record <file> <maxtime> [keys]
  30.         WaitKey
  31.  
  32.  
  33.    TODO
  34.         If you have any suggestions, let me know! Currently, I'm
  35.         thinking of adding the following features:
  36.  
  37.         - so ziemlich alles
  38.  
  39.  
  40.    AUTHOR
  41.         Christian A. Weber
  42.  
  43.         For suggestions and bug reports write to:
  44.  
  45.         Internet:    weber@relog.ch
  46.         Limmat-NET:  chris@limmat.ch
  47.         Snail mail:  Bruggerweg 2, CH-8037 Zürich, Switzerland.
  48.  
  49.  
  50.    LEGAL STUFF
  51.         PROGRAM AND DOCUMENTATION ARE COPYRIGHT (C) 1993-1995 BY
  52.         CHRISTIAN A. WEBER, BRUGGERWEG 2, 8037 ZÜRICH, SWITZERLAND.
  53.  
  54.         THIS PROGRAM AND ITS DOCUMENTATION MAY BE DISTRIBUTED AND
  55.         MODIFIED FOR NON-PROFIT PURPOSE ONLY. ALTERED VERSIONS MUST
  56.         BE CLEARLY MARKED WITH THE NAME OF THE PERSON APPLYING THE
  57.         CHANGES, AND WITH THE NATURE OF THE CHANGE. ALL COPYRIGHT
  58.         MESSAGES MUST REMAIN UNCHANGED. USE AT YOUR OWN RISK.
  59.         NO WARRANTY. NO REFUNDS. NO CARRIER.
  60.  
  61.  
  62.    RELEASE NOTES
  63.         03-Oct-95  V0.0  · Doc file created
  64.                          · Rexx interface specified
  65.  
  66.